home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia1.dir / 01119_Script_8NTV Vinny Checker < prev    next >
Text File  |  1995-05-21  |  511b  |  20 lines

  1. on exitFrame
  2.   global TV1, g15A, WHICHPLAYER
  3.   
  4.   if g15A = "c" then 
  5.     if item 11 of line 9 of whichplayer = "MST15_1.PCT" then 
  6.       put "A" into TV1
  7.     end if
  8.     if item 11 of line 9 of whichplayer = "MST15_2.PCT" then
  9.       put "B" into TV1
  10.     end if
  11.     if item 11 of line 9 of whichplayer = "MST15_3.PCT" then 
  12.       put "C" into TV1
  13.     end if
  14.     if item 11 of line 9 of whichplayer = "MST15_4.PCT" then 
  15.       put "D" into TV1
  16.     end if
  17.   else
  18.     put "" into TV1
  19.   end if
  20. end